-
Re: Unexplained phrase in GPOS explanation
Yes, that’s an invalid font and you should probably raise an issue with Unicode. Additionally, I’d argue that there is a bug in fontTools if you can generate that font in the first place. If you can …1 -
Re: Dreaming of a new feature syntax
Just a note that I am playing with this in this repository, and am currently having a lot of fun. Here is an example of combining extensible Python plugins with regexp-based classes. Input feature fi…1 -
Re: Dreaming of a new feature syntax
Some more ideas: * Specify classes using regular expressions. This allows you to use your glyph names to set up your classes: @MARKS = /\.mark/; * I'm moving from the idea of a "feature file&quo…2 -
Re: The Future of Font Naming: is it still unethical to use the same font name?
BRB, just designing Tenet and Rotas.1 -
Re: Dreaming of a new feature syntax
Well, I had considered writing the features themselves in a Python-like minilanguage (where lookups are functions) but I think it would actually prove more frustrating than useful - people will want …1